home *** CD-ROM | disk | FTP | other *** search
/ Workplace Effectiveness: Critical Thinking Skills / Workplace Effectiveness: Critical Thinking Skills.iso / pc / Files / Patterns.dxr / 00013_navigation clickons.ls < prev    next >
Encoding:
Text File  |  1998-09-16  |  279 b   |  16 lines

  1. on mouseDown
  2.   puppetSound("mouseDown.aif")
  3.   case the clickOn of
  4.     40:
  5.       clickButton("leaveThisMovie")
  6.     41:
  7.       clickButton("goBack")
  8.     42:
  9.       clickButton("goOn")
  10.     43:
  11.       clickButton("notePadButton")
  12.     44:
  13.       clickButton("printButton")
  14.   end case
  15. end
  16.